ostree: Split up "remote" subcommands
authorMatthew Barnes <mbarnes@redhat.com>
Wed, 29 Apr 2015 15:09:40 +0000 (11:09 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 1 May 2015 18:38:17 +0000 (14:38 -0400)
commite7246e6d6406da86498480b73363a1bfdcd9f8af
treebaa63cd2e251a697d11631a230327cc838047170
parentca63fab6b1642f1c13a44681bee0684fd64238ac
ostree: Split up "remote" subcommands

To make room for "remote gpg-import", which will be non-trivial.
ot-builtin-remote.c was already a little too crowded anyway.

Also while we're at it, port this bit of code away from libgsystem.
Makefile-ostree.am
src/ostree/ot-builtin-remote.c
src/ostree/ot-remote-builtin-add.c [new file with mode: 0644]
src/ostree/ot-remote-builtin-delete.c [new file with mode: 0644]
src/ostree/ot-remote-builtin-list.c [new file with mode: 0644]
src/ostree/ot-remote-builtin-show-url.c [new file with mode: 0644]
src/ostree/ot-remote-builtins.h [new file with mode: 0644]